Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Documentation): MAX32690 Update USB README Required Connections for SW2 #1155

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

Jake-Carter
Copy link
Contributor

Description

Some USB projects trigger functions on the SW2 interrupt for the MAX32690, which is routed to P4.0. However, GPIO4 does not support general purpose interrupts - only LP wakeup interrupts.

The project requires connecting P4.0 to P0.7 so that the P0.7 interrupt can be used when SW2 is pressed, but this was missing from the required connections section.

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

@github-actions github-actions bot added the MAX32690 Related to the MAX32690 (ME18) label Sep 4, 2024
@Jake-Carter Jake-Carter merged commit 98f7b67 into analogdevicesinc:main Sep 6, 2024
6 checks passed
@Jake-Carter Jake-Carter deleted the fix/CFSIO-2063 branch September 6, 2024 02:24
sihyung-maxim pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Sep 6, 2024
ozersa pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Sep 11, 2024
ozersa pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX32690 Related to the MAX32690 (ME18)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants